=========================== 0.0.18 released =============================
authorØyvind Kolås <pippin@gimp.org>
Sun, 30 Dec 2007 16:33:52 +0000 (16:33 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 30 Dec 2007 16:33:52 +0000 (16:33 +0000)
2007-12-30  Øyvind Kolås  <pippin@gimp.org>

* NEWS: updated for 0.0.8 release
* configure.ac: increased version to 0.0.18 for release.

svn path=/trunk/; revision=263

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6f9b5e69d78fe662ae8183ee440b755315675d18..dbded2ecb99c502dffbde2c144b3a2b55b130e71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
+2007-12-30 babl-0.0.18                                              </dt><dd>
+Constified use of babl formats.
+
+                                                                    </dd><dt>
 2007-11-25 babl-0.0.16                                              </dt><dd>
 Reduced constant overhead for linear conversions.
 Misc build environment cleanups.
index 57a8737e12693162e811fed7b5a8aed91e89ca94..1e90c9735903269ead0e6150e32f53ce61700704 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], 0)
 m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version], 17)
+m4_define([babl_micro_version], 18)
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])